Labels:text | screenshot | font | line OCR: SELECT Name, Lodging FROM WORKER WHERE Name IN (SELECT Name Correlated, FROM WORKERSKILL same column WHERE SKUL= 'COMBINE DRIVER' AND Lodging IN (SELECT Lodging FROM LODGING WHERE Address LIKE ' %EDMESTON% ')) ; Figure 4: A correlated subquery that joins information from three tables to find combine drivers living near Edmeston.